home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
games
/
egavga
/
drwhotrv.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-02-13
|
762b
|
29 lines
echo off
echo Welcome to the Merit Software hard disk installation program.
echo\
echo You will need approximately 300k of space to install this program
echo onto your hard disk. If the required space is not available, press
echo the CTRL key along with the BREAK key to abort this procedure.
echo This installation program will copy all the neccessary files onto a
echo sub-directory called DRWHO. It will not change your AUTOEXEC.BAT
echo or CONFIG.SYS files.
echo\
echo If enough room is available, simply press return...
echo\
echo\
pause
cls
echo\
echo\
echo\
echo Please wait. (This process takes some time)
echo\
mkdir c:\drwho
copy *.* c:\drwho
c:
cd c:\drwho
cls
echo\
echo To run this program type DRWHO
echo\